home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Learn Microsoft Visual Basic 6.0 Now
/
Learn Microsoft Visual Basic 6.0 Now (Microsoft Press)(X03-58607)(1998).ISO
/
media
/
chap07
/
b07d015.cc2
< prev
next >
Wrap
Text File
|
1998-06-07
|
965b
|
22 lines
0, Your assignment in Lab 7 is to edit an
3, existing foreign language program, so
5, that it uses a second form to display
8, definitions. To create your solution, you'll
11, need to create a second form with the
13, Add Form command on the Visual Basic
15, Project menu. Then, you'll need to edit the
20, list box's event procedure, so that it
23, opens the second form when you
25, double-click a list item. When you run the program,
30, it should display Italian vocabulary
31, words in a list box. When you double-click
37, the Italian word, cucinare, you'll see
42, the English definition for the verb
43, which means, "to cook." Hmm, makes me
46, hungry. To close the form, simply click the
49, Close button on the second form. You may
53, want to click another word, such as
54, domire, which means to sleep. And when you're
58, finished, you can close the program by
60, clicking the Quit button. Good luck.
63, END